翻訳と辞書
Words near each other
・ Objection (argument)
・ Objection (law)
・ Objection (Tango)
・ Objection Overruled
・ Objection overruled (disambiguation)
・ OBJ (programming language)
・ OBJ2
・ OBJ3
・ Obja
・ Objat
・ Objazda, Opole Voivodeship
・ Objazda, Pomeranian Voivodeship
・ Objazda-Kolonia
・ Objdump
・ Object
Object (computer science)
・ Object (grammar)
・ Object (image processing)
・ Object (philosophy)
・ Object 100
・ Object 140
・ Object 187
・ Object 279
・ Object 292
・ Object 47
・ Object 478
・ Object 775
・ Object 785
・ Object 907
・ Object access method


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Object (computer science) : ウィキペディア英語版
Object (computer science)
In computer science, an object is a location in memory having a value and possibly referenced by an identifier. An object can be a variable, a data structure, or a function. In the class-based object-oriented programming paradigm, "object" refers to a particular instance of a class where the object can be a combination of variables, functions, and data structures. In relational database management, an object can be a table or column, or an association between data and a database entity.the main purpose of object is reuse the code(such as relating a person's age to a specific person).
==Object-based languages==
(詳細はpolymorphism and inheritance. Polymorphism refers to the ability to overload the name of a function with multiple behaviors based on which object(s) are passed to it. Conventional message passing discriminates only on the first object and considers that to be "sending a message" to that object. However, some OOP languages such as Flavors and the Common Lisp Object System (CLOS) enable discriminating on more than the first parameter of the function. Inheritance is the ability to subclass an object class, to create a new class that is a subclass of an existing one and inherits all the data constraints and behaviors of its parents but also changes one or more of them.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Object (computer science)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.